ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Waterfall<T> Class / IntermediateTotalPositions Property

In This Topic
    IntermediateTotalPositions Property
    In This Topic
    Gets or sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.
    Syntax
    'Declaration
     
    
    Public Property IntermediateTotalPositions As Integer()
    public int[] IntermediateTotalPositions {get; set;}
    See Also